home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / StateManager / StateManager.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  6.0 KB  |  242 lines

  1. <?xml version="1.0" encoding = "Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="StateManager"
  6.     ProjectGUID="{5FB6607A-4F94-43D0-95BB-9CF56FD3A21E}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="2">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="..\..\Common"
  23.                 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;UNICODE;_UNICODE;PROFILE"
  24.                 MinimalRebuild="TRUE"
  25.                 BasicRuntimeChecks="0"
  26.                 RuntimeLibrary="5"
  27.                 UsePrecompiledHeader="1"
  28.                 PrecompiledHeaderThrough="dxstdafx.h"
  29.                 WarningLevel="3"
  30.                 Detect64BitPortabilityProblems="TRUE"
  31.                 DebugInformationFormat="4"/>
  32.             <Tool
  33.                 Name="VCCustomBuildTool"/>
  34.             <Tool
  35.                 Name="VCLinkerTool"
  36.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib winmm.lib comctl32.lib"
  37.                 OutputFile="$(OutDir)/StateManager.exe"
  38.                 LinkIncremental="2"
  39.                 GenerateDebugInformation="TRUE"
  40.                 ProgramDatabaseFile="$(OutDir)/StateManager.pdb"
  41.                 SubSystem="2"
  42.                 TargetMachine="1"/>
  43.             <Tool
  44.                 Name="VCMIDLTool"/>
  45.             <Tool
  46.                 Name="VCPostBuildEventTool"/>
  47.             <Tool
  48.                 Name="VCPreBuildEventTool"/>
  49.             <Tool
  50.                 Name="VCPreLinkEventTool"/>
  51.             <Tool
  52.                 Name="VCResourceCompilerTool"
  53.                 PreprocessorDefinitions="_UNICODE;UNICODE"/>
  54.             <Tool
  55.                 Name="VCWebServiceProxyGeneratorTool"/>
  56.             <Tool
  57.                 Name="VCWebDeploymentTool"/>
  58.         </Configuration>
  59.         <Configuration
  60.             Name="Release|Win32"
  61.             OutputDirectory="Release"
  62.             IntermediateDirectory="Release"
  63.             ConfigurationType="1"
  64.             CharacterSet="2">
  65.             <Tool
  66.                 Name="VCCLCompilerTool"
  67.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_UNICODE"
  68.                 RuntimeLibrary="4"
  69.                 UsePrecompiledHeader="1"
  70.                 PrecompiledHeaderThrough="dxstdafx.h"
  71.                 WarningLevel="3"
  72.                 Detect64BitPortabilityProblems="TRUE"
  73.                 DebugInformationFormat="3"/>
  74.             <Tool
  75.                 Name="VCCustomBuildTool"/>
  76.             <Tool
  77.                 Name="VCLinkerTool"
  78.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  79.                 OutputFile="$(OutDir)/StateManager.exe"
  80.                 LinkIncremental="1"
  81.                 GenerateDebugInformation="TRUE"
  82.                 SubSystem="2"
  83.                 OptimizeReferences="2"
  84.                 EnableCOMDATFolding="2"
  85.                 TargetMachine="1"/>
  86.             <Tool
  87.                 Name="VCMIDLTool"/>
  88.             <Tool
  89.                 Name="VCPostBuildEventTool"/>
  90.             <Tool
  91.                 Name="VCPreBuildEventTool"/>
  92.             <Tool
  93.                 Name="VCPreLinkEventTool"/>
  94.             <Tool
  95.                 Name="VCResourceCompilerTool"/>
  96.             <Tool
  97.                 Name="VCWebServiceProxyGeneratorTool"/>
  98.             <Tool
  99.                 Name="VCWebDeploymentTool"/>
  100.         </Configuration>
  101.         <Configuration
  102.             Name="Profile|Win32"
  103.             OutputDirectory="Profile"
  104.             IntermediateDirectory="Profile"
  105.             ConfigurationType="1"
  106.             CharacterSet="2">
  107.             <Tool
  108.                 Name="VCCLCompilerTool"
  109.                 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;UNICODE;_UNICODE;PROFILE"
  110.                 RuntimeLibrary="4"
  111.                 UsePrecompiledHeader="1"
  112.                 PrecompiledHeaderThrough="dxstdafx.h"
  113.                 WarningLevel="3"
  114.                 Detect64BitPortabilityProblems="TRUE"
  115.                 DebugInformationFormat="3"/>
  116.             <Tool
  117.                 Name="VCCustomBuildTool"/>
  118.             <Tool
  119.                 Name="VCLinkerTool"
  120.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  121.                 OutputFile="$(OutDir)/StateManager.exe"
  122.                 LinkIncremental="1"
  123.                 GenerateDebugInformation="TRUE"
  124.                 SubSystem="2"
  125.                 OptimizeReferences="2"
  126.                 EnableCOMDATFolding="2"
  127.                 TargetMachine="1"/>
  128.             <Tool
  129.                 Name="VCMIDLTool"/>
  130.             <Tool
  131.                 Name="VCPostBuildEventTool"/>
  132.             <Tool
  133.                 Name="VCPreBuildEventTool"/>
  134.             <Tool
  135.                 Name="VCPreLinkEventTool"/>
  136.             <Tool
  137.                 Name="VCResourceCompilerTool"/>
  138.             <Tool
  139.                 Name="VCWebServiceProxyGeneratorTool"/>
  140.             <Tool
  141.                 Name="VCWebDeploymentTool"/>
  142.         </Configuration>
  143.     </Configurations>
  144.     <Files>
  145.         <Filter
  146.             Name="Common"
  147.             Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  148.             UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
  149.             <File
  150.                 RelativePath="..\..\Common\DXUT.cpp">
  151.             </File>
  152.             <File
  153.                 RelativePath="..\..\Common\DXUT.h">
  154.             </File>
  155.             <File
  156.                 RelativePath="..\..\Common\DXUTSettingsDlg.cpp">
  157.             </File>
  158.             <File
  159.                 RelativePath="..\..\Common\DXUTSettingsDlg.h">
  160.             </File>
  161.             <File
  162.                 RelativePath="..\..\Common\DXUTenum.cpp">
  163.             </File>
  164.             <File
  165.                 RelativePath="..\..\Common\DXUTenum.h">
  166.             </File>
  167.             <File
  168.                 RelativePath="..\..\Common\DXUTgui.cpp">
  169.             </File>
  170.             <File
  171.                 RelativePath="..\..\Common\DXUTgui.h">
  172.             </File>
  173.             <File
  174.                 RelativePath="..\..\Common\DXUTmisc.cpp">
  175.             </File>
  176.             <File
  177.                 RelativePath="..\..\Common\DXUTmisc.h">
  178.             </File>
  179.             <File
  180.                 RelativePath="..\..\Common\dxstdafx.cpp">
  181.             </File>
  182.             <File
  183.                 RelativePath="..\..\Common\dxstdafx.h">
  184.             </File>
  185.         </Filter>
  186.         <Filter
  187.             Name="Resource Files"
  188.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  189.             UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
  190.             <File
  191.                 RelativePath=".\StateManager.rc">
  192.             </File>
  193.         </Filter>
  194.         <Filter
  195.             Name="Effects"
  196.             Filter="">
  197.             <File
  198.                 RelativePath=".\AlphaTest.fx">
  199.             </File>
  200.             <File
  201.                 RelativePath=".\reflective01.fx">
  202.             </File>
  203.             <File
  204.                 RelativePath=".\skybox01.fx">
  205.             </File>
  206.             <File
  207.                 RelativePath=".\snow.fx">
  208.             </File>
  209.             <File
  210.                 RelativePath=".\textbump.fx">
  211.             </File>
  212.         </Filter>
  213.         <Filter
  214.             Name="Support"
  215.             Filter="">
  216.             <File
  217.                 RelativePath=".\LoadSceneFromX.cpp">
  218.             </File>
  219.             <File
  220.                 RelativePath=".\LoadSceneFromX.h">
  221.             </File>
  222.             <File
  223.                 RelativePath=".\renderables.cpp">
  224.             </File>
  225.             <File
  226.                 RelativePath=".\renderables.h">
  227.             </File>
  228.         </Filter>
  229.         <File
  230.             RelativePath=".\EffectStateManager.cpp">
  231.         </File>
  232.         <File
  233.             RelativePath=".\EffectStateManager.h">
  234.         </File>
  235.         <File
  236.             RelativePath=".\StateManagerApp.cpp">
  237.         </File>
  238.     </Files>
  239.     <Globals>
  240.     </Globals>
  241. </VisualStudioProject>
  242.